home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / T / Tools Plus 2.6 Evaluation.sit / Tools Plus 2.6 Evaluation Kit / Tools Plus 2.6 / Tools Plus for THINK Pascal / Starter Files / My App.p / My App.p
Encoding:
Text File  |  1995-04-02  |  116 b   |  11 lines  |  [TEXT/PJMM]

  1. program MyApp;
  2.     uses
  3.         ToolsPlus;
  4.  
  5. { Insert your declarations here }
  6.  
  7. begin
  8.  
  9. { Insert your program code here }
  10.  
  11. end.